From: Paul Donald Date: Fri, 1 Aug 2025 13:33:40 +0000 (+0200) Subject: luci-base: jsdoc RangeSlider X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=3ec92523dcd1650ec11e351320022fc23d2d8186;p=project%2Fluci.git luci-base: jsdoc RangeSlider Small correction. Signed-off-by: Paul Donald --- diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js index b7eff98d70..d58f9519a2 100644 --- a/modules/luci-base/htdocs/luci-static/resources/ui.js +++ b/modules/luci-base/htdocs/luci-static/resources/ui.js @@ -2685,8 +2685,9 @@ const UIRangeSlider = UIElement.extend({ * @property {int} [max=100] * Specifies the maximum value of the range. * - * @property {int} [step=1] - * Specifies the step value of the range slider handle. + * @property {string} [step=1] + * Specifies the step value of the range slider handle. Use "any" for + * arbitrary precision floating point numbers. * * @param {function} [calculate=null] * A function to invoke when the slider is adjusted by the user. The function